home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 35 / PC Gamer IT CD 35 2-2.iso / utility / prokal63 / ProKalc.exe / 0 / RCDATA / TSURFACEAREAFORM / TSURFACEAREAFORM.txt < prev   
Text File  |  1998-09-10  |  42KB  |  1,347 lines

  1. object SurfaceAreaForm: TSurfaceAreaForm
  2.   Left = 221
  3.   Top = 176
  4.   BorderStyle = bsDialog
  5.   Caption = 'Surface Area'
  6.   ClientHeight = 245
  7.   ClientWidth = 478
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = [fsBold]
  13.   Scaled = False
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object SurfaceAreaNotebook: TPageControl
  19.     Left = 0
  20.     Top = 0
  21.     Width = 478
  22.     Height = 245
  23.     ActivePage = TabSheet1
  24.     Align = alClient
  25.     Font.Charset = ANSI_CHARSET
  26.     Font.Color = clBlack
  27.     Font.Height = -11
  28.     Font.Name = 'Arial'
  29.     Font.Style = []
  30.     HotTrack = True
  31.     ParentFont = False
  32.     TabOrder = 0
  33.     object TabSheet1: TTabSheet
  34.       Caption = 'Circular Ring'
  35.       Font.Charset = ANSI_CHARSET
  36.       Font.Color = clBlack
  37.       Font.Height = -12
  38.       Font.Name = 'Arial'
  39.       Font.Style = []
  40.       ParentFont = False
  41.       object CircRingSurfaceImage: TImage
  42.         Left = 0
  43.         Top = 2
  44.         Width = 150
  45.         Height = 150
  46.         Picture.Data = {<image000.bmp>}
  47.       end
  48.       object CircRingSurfaceSALabel: TLabel
  49.         Left = 204
  50.         Top = 30
  51.         Width = 116
  52.         Height = 16
  53.         Caption = 'Surface Area (S) ='
  54.         Font.Charset = ANSI_CHARSET
  55.         Font.Color = clBlack
  56.         Font.Height = -13
  57.         Font.Name = 'Arial'
  58.         Font.Style = [fsBold]
  59.         ParentFont = False
  60.       end
  61.       object CircRingSurfaceBigRLabel: TLabel
  62.         Left = 244
  63.         Top = 69
  64.         Width = 76
  65.         Height = 16
  66.         Caption = 'Radius (R) ='
  67.         Font.Charset = ANSI_CHARSET
  68.         Font.Color = clBlack
  69.         Font.Height = -13
  70.         Font.Name = 'Arial'
  71.         Font.Style = [fsBold]
  72.         ParentFont = False
  73.       end
  74.       object CircRingSurfaceLittleRLabel: TLabel
  75.         Left = 248
  76.         Top = 108
  77.         Width = 72
  78.         Height = 16
  79.         Caption = 'Radius (r) ='
  80.         Font.Charset = ANSI_CHARSET
  81.         Font.Color = clBlack
  82.         Font.Height = -13
  83.         Font.Name = 'Arial'
  84.         Font.Style = [fsBold]
  85.         ParentFont = False
  86.       end
  87.       object CircRingSurfaceExp: TMemo
  88.         Left = 16
  89.         Top = 160
  90.         Width = 119
  91.         Height = 53
  92.         TabStop = False
  93.         Alignment = taCenter
  94.         BorderStyle = bsNone
  95.         Ctl3D = False
  96.         Font.Charset = DEFAULT_CHARSET
  97.         Font.Color = clNavy
  98.         Font.Height = -13
  99.         Font.Name = 'Arial'
  100.         Font.Style = [fsBold]
  101.         Lines.Strings = (
  102.           'Enter two known '
  103.           'values, then '
  104.           'Solve.')
  105.         ParentColor = True
  106.         ParentCtl3D = False
  107.         ParentFont = False
  108.         ReadOnly = True
  109.         TabOrder = 7
  110.         WantReturns = False
  111.         WordWrap = False
  112.       end
  113.       object CircRingSurfaceSAEdit: TMemo
  114.         Left = 328
  115.         Top = 26
  116.         Width = 130
  117.         Height = 26
  118.         Alignment = taRightJustify
  119.         Color = clBlack
  120.         Font.Charset = DEFAULT_CHARSET
  121.         Font.Color = clLime
  122.         Font.Height = -13
  123.         Font.Name = 'Arial'
  124.         Font.Style = [fsBold]
  125.         MaxLength = 15
  126.         ParentFont = False
  127.         TabOrder = 0
  128.         WantReturns = False
  129.         WordWrap = False
  130.         OnKeyUp = CircRingSurfaceSAEditKeyUp
  131.       end
  132.       object CircRingSurfaceBigREdit: TMemo
  133.         Left = 328
  134.         Top = 65
  135.         Width = 130
  136.         Height = 26
  137.         Alignment = taRightJustify
  138.         Color = clBlack
  139.         Font.Charset = DEFAULT_CHARSET
  140.         Font.Color = clLime
  141.         Font.Height = -13
  142.         Font.Name = 'Arial'
  143.         Font.Style = [fsBold]
  144.         MaxLength = 15
  145.         ParentFont = False
  146.         TabOrder = 1
  147.         WantReturns = False
  148.         WordWrap = False
  149.         OnKeyUp = CircRingSurfaceBigREditKeyUp
  150.       end
  151.       object CircRingSurfaceLittleREdit: TMemo
  152.         Left = 328
  153.         Top = 106
  154.         Width = 130
  155.         Height = 26
  156.         Alignment = taRightJustify
  157.         Color = clBlack
  158.         Font.Charset = DEFAULT_CHARSET
  159.         Font.Color = clLime
  160.         Font.Height = -13
  161.         Font.Name = 'Arial'
  162.         Font.Style = [fsBold]
  163.         MaxLength = 15
  164.         ParentFont = False
  165.         TabOrder = 2
  166.         WantReturns = False
  167.         WordWrap = False
  168.         OnKeyUp = CircRingSurfaceLittleREditKeyUp
  169.       end
  170.       object CircRingSurfaceHelpBtn: TBitBtn
  171.         Left = 388
  172.         Top = 188
  173.         Width = 70
  174.         Height = 24
  175.         Font.Charset = ANSI_CHARSET
  176.         Font.Color = clBlack
  177.         Font.Height = -13
  178.         Font.Name = 'Arial'
  179.         Font.Style = [fsBold]
  180.         ParentFont = False
  181.         TabOrder = 6
  182.         OnClick = CircRingSurfaceHelpBtnClick
  183.         Kind = bkHelp
  184.       end
  185.       object CircRingSurfaceCloseBtn: TBitBtn
  186.         Left = 314
  187.         Top = 188
  188.         Width = 70
  189.         Height = 24
  190.         Font.Charset = ANSI_CHARSET
  191.         Font.Color = clBlack
  192.         Font.Height = -13
  193.         Font.Name = 'Arial'
  194.         Font.Style = [fsBold]
  195.         ParentFont = False
  196.         TabOrder = 5
  197.         Kind = bkClose
  198.       end
  199.       object CircRingSurfaceSolveBtn: TBitBtn
  200.         Left = 240
  201.         Top = 188
  202.         Width = 70
  203.         Height = 24
  204.         Caption = '&Solve'
  205.         Font.Charset = ANSI_CHARSET
  206.         Font.Color = clBlack
  207.         Font.Height = -13
  208.         Font.Name = 'Arial'
  209.         Font.Style = [fsBold]
  210.         ParentFont = False
  211.         TabOrder = 4
  212.         OnClick = CircRingSurfaceSolveBtnClick
  213.         Glyph.Data = {
  214.           76010000424D7601000000000000760000002800000020000000100000000100
  215.           04000000000000010000120B0000120B00001000000000000000000000000000
  216.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  217.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00337000000000
  218.           73333337777777773F333308888888880333337F3F3F3FFF7F33330808089998
  219.           0333337F737377737F333308888888880333337F3F3F3F3F7F33330808080808
  220.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  221.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  222.           0333337F737373737F333308888888880333337F3FFFFFFF7F33330800000008
  223.           0333337F7777777F7F333308000E0E080333337F7FFFFF7F7F33330800000008
  224.           0333337F777777737F333308888888880333337F333333337F33330888888888
  225.           03333373FFFFFFFF733333700000000073333337777777773333}
  226.         NumGlyphs = 2
  227.       end
  228.       object CircRingSurfaceClearBtn: TBitBtn
  229.         Left = 166
  230.         Top = 188
  231.         Width = 70
  232.         Height = 24
  233.         Caption = 'C&lear'
  234.         Font.Charset = ANSI_CHARSET
  235.         Font.Color = clBlack
  236.         Font.Height = -13
  237.         Font.Name = 'Arial'
  238.         Font.Style = [fsBold]
  239.         ParentFont = False
  240.         TabOrder = 3
  241.         OnClick = CircRingSurfaceClearBtnClick
  242.         Glyph.Data = {
  243.           76010000424D7601000000000000760000002800000020000000100000000100
  244.           04000000000000010000120B0000120B00001000000000000000000000000000
  245.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  246.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  247.           555557777F777555F55500000000555055557777777755F75555005500055055
  248.           555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  249.           5555577FF77577FF555555005050110555555577F757777FF555555505099910
  250.           555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  251.           3055577F75F77777575F55005055090B030555775755777575755555555550B0
  252.           B03055555F555757575755550555550B0B335555755555757555555555555550
  253.           BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  254.           50BB555555555555575F555555555555550B5555555555555575}
  255.         NumGlyphs = 2
  256.       end
  257.     end
  258.     object TabSheet2: TTabSheet
  259.       Caption = 'Cone'
  260.       object ConeSurfaceImage: TImage
  261.         Left = 2
  262.         Top = 2
  263.         Width = 150
  264.         Height = 150
  265.         Picture.Data = {<image001.bmp>}
  266.       end
  267.       object ConeSurfaceSALabel: TLabel
  268.         Left = 198
  269.         Top = 24
  270.         Width = 116
  271.         Height = 16
  272.         Caption = 'Surface Area (S) ='
  273.         Font.Charset = ANSI_CHARSET
  274.         Font.Color = clBlack
  275.         Font.Height = -13
  276.         Font.Name = 'Arial'
  277.         Font.Style = [fsBold]
  278.         ParentFont = False
  279.       end
  280.       object ConeSurfaceSideLabel: TLabel
  281.         Left = 257
  282.         Top = 54
  283.         Width = 57
  284.         Height = 16
  285.         Caption = 'Side (l) ='
  286.         Font.Charset = ANSI_CHARSET
  287.         Font.Color = clBlack
  288.         Font.Height = -13
  289.         Font.Name = 'Arial'
  290.         Font.Style = [fsBold]
  291.         ParentFont = False
  292.       end
  293.       object ConeSurfaceRadiusLabel: TLabel
  294.         Left = 242
  295.         Top = 84
  296.         Width = 72
  297.         Height = 16
  298.         Caption = 'Radius (r) ='
  299.         Font.Charset = ANSI_CHARSET
  300.         Font.Color = clBlack
  301.         Font.Height = -13
  302.         Font.Name = 'Arial'
  303.         Font.Style = [fsBold]
  304.         ParentFont = False
  305.       end
  306.       object ConeSurfaceCircLabel: TLabel
  307.         Left = 190
  308.         Top = 116
  309.         Width = 124
  310.         Height = 16
  311.         Caption = 'Circumference (c) ='
  312.         Font.Charset = ANSI_CHARSET
  313.         Font.Color = clBlack
  314.         Font.Height = -13
  315.         Font.Name = 'Arial'
  316.         Font.Style = [fsBold]
  317.         ParentFont = False
  318.       end
  319.       object ConeSurfaceExp: TMemo
  320.         Left = 24
  321.         Top = 162
  322.         Width = 103
  323.         Height = 63
  324.         TabStop = False
  325.         Alignment = taCenter
  326.         BorderStyle = bsNone
  327.         Ctl3D = False
  328.         Font.Charset = DEFAULT_CHARSET
  329.         Font.Color = clNavy
  330.         Font.Height = -13
  331.         Font.Name = 'Arial'
  332.         Font.Style = [fsBold]
  333.         Lines.Strings = (
  334.           'Enter two '
  335.           'known values, '
  336.           'then '#39'Solve'#39'.')
  337.         ParentColor = True
  338.         ParentCtl3D = False
  339.         ParentFont = False
  340.         ReadOnly = True
  341.         TabOrder = 0
  342.         WantReturns = False
  343.       end
  344.       object ConeSurfaceSAEdit: TMemo
  345.         Left = 328
  346.         Top = 20
  347.         Width = 130
  348.         Height = 26
  349.         Alignment = taRightJustify
  350.         Color = clBlack
  351.         Font.Charset = DEFAULT_CHARSET
  352.         Font.Color = clLime
  353.         Font.Height = -13
  354.         Font.Name = 'Arial'
  355.         Font.Style = [fsBold]
  356.         MaxLength = 15
  357.         ParentFont = False
  358.         TabOrder = 8
  359.         WantReturns = False
  360.         WordWrap = False
  361.         OnKeyUp = ConeSurfaceSAEditKeyUp
  362.       end
  363.       object ConeSurfaceSideEdit: TMemo
  364.         Left = 328
  365.         Top = 51
  366.         Width = 130
  367.         Height = 26
  368.         Alignment = taRightJustify
  369.         Color = clBlack
  370.         Font.Charset = DEFAULT_CHARSET
  371.         Font.Color = clLime
  372.         Font.Height = -13
  373.         Font.Name = 'Arial'
  374.         Font.Style = [fsBold]
  375.         MaxLength = 15
  376.         ParentFont = False
  377.         TabOrder = 1
  378.         WantReturns = False
  379.         WordWrap = False
  380.         OnKeyUp = ConeSurfaceSideEditKeyUp
  381.       end
  382.       object ConeSurfaceRadiusEdit: TMemo
  383.         Left = 328
  384.         Top = 81
  385.         Width = 130
  386.         Height = 26
  387.         Alignment = taRightJustify
  388.         Color = clBlack
  389.         Font.Charset = DEFAULT_CHARSET
  390.         Font.Color = clLime
  391.         Font.Height = -13
  392.         Font.Name = 'Arial'
  393.         Font.Style = [fsBold]
  394.         MaxLength = 15
  395.         ParentFont = False
  396.         TabOrder = 2
  397.         WantReturns = False
  398.         WordWrap = False
  399.         OnKeyUp = ConeSurfaceRadiusEditKeyUp
  400.       end
  401.       object ConeSurfaceCircumEdit: TMemo
  402.         Left = 328
  403.         Top = 112
  404.         Width = 130
  405.         Height = 26
  406.         Alignment = taRightJustify
  407.         Color = clBlack
  408.         Font.Charset = DEFAULT_CHARSET
  409.         Font.Color = clLime
  410.         Font.Height = -13
  411.         Font.Name = 'Arial'
  412.         Font.Style = [fsBold]
  413.         MaxLength = 15
  414.         ParentFont = False
  415.         TabOrder = 3
  416.         WantReturns = False
  417.         WordWrap = False
  418.         OnKeyUp = ConeSurfaceCircumEditKeyUp
  419.       end
  420.       object ConeSurfaceHelpBtn: TBitBtn
  421.         Left = 388
  422.         Top = 188
  423.         Width = 70
  424.         Height = 24
  425.         Font.Charset = ANSI_CHARSET
  426.         Font.Color = clBlack
  427.         Font.Height = -13
  428.         Font.Name = 'Arial'
  429.         Font.Style = [fsBold]
  430.         ParentFont = False
  431.         TabOrder = 7
  432.         OnClick = CircRingSurfaceHelpBtnClick
  433.         Kind = bkHelp
  434.       end
  435.       object ConeSurfaceClearBtn: TBitBtn
  436.         Left = 166
  437.         Top = 188
  438.         Width = 70
  439.         Height = 24
  440.         Caption = 'C&lear'
  441.         Font.Charset = ANSI_CHARSET
  442.         Font.Color = clBlack
  443.         Font.Height = -13
  444.         Font.Name = 'Arial'
  445.         Font.Style = [fsBold]
  446.         ParentFont = False
  447.         TabOrder = 4
  448.         OnClick = ConeSurfaceClearBtnClick
  449.         Glyph.Data = {
  450.           76010000424D7601000000000000760000002800000020000000100000000100
  451.           04000000000000010000120B0000120B00001000000000000000000000000000
  452.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  453.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  454.           555557777F777555F55500000000555055557777777755F75555005500055055
  455.           555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  456.           5555577FF77577FF555555005050110555555577F757777FF555555505099910
  457.           555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  458.           3055577F75F77777575F55005055090B030555775755777575755555555550B0
  459.           B03055555F555757575755550555550B0B335555755555757555555555555550
  460.           BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  461.           50BB555555555555575F555555555555550B5555555555555575}
  462.         NumGlyphs = 2
  463.       end
  464.       object ConeSurfaceSolveBtn: TBitBtn
  465.         Left = 240
  466.         Top = 188
  467.         Width = 70
  468.         Height = 24
  469.         Caption = '&Solve'
  470.         Font.Charset = ANSI_CHARSET
  471.         Font.Color = clBlack
  472.         Font.Height = -13
  473.         Font.Name = 'Arial'
  474.         Font.Style = [fsBold]
  475.         ParentFont = False
  476.         TabOrder = 5
  477.         OnClick = ConeSurfaceSolveBtnClick
  478.         Glyph.Data = {
  479.           76010000424D7601000000000000760000002800000020000000100000000100
  480.           04000000000000010000120B0000120B00001000000000000000000000000000
  481.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  482.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00337000000000
  483.           73333337777777773F333308888888880333337F3F3F3FFF7F33330808089998
  484.           0333337F737377737F333308888888880333337F3F3F3F3F7F33330808080808
  485.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  486.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  487.           0333337F737373737F333308888888880333337F3FFFFFFF7F33330800000008
  488.           0333337F7777777F7F333308000E0E080333337F7FFFFF7F7F33330800000008
  489.           0333337F777777737F333308888888880333337F333333337F33330888888888
  490.           03333373FFFFFFFF733333700000000073333337777777773333}
  491.         NumGlyphs = 2
  492.       end
  493.       object ConeSurfaceCloseBtn: TBitBtn
  494.         Left = 314
  495.         Top = 188
  496.         Width = 70
  497.         Height = 24
  498.         Font.Charset = ANSI_CHARSET
  499.         Font.Color = clBlack
  500.         Font.Height = -13
  501.         Font.Name = 'Arial'
  502.         Font.Style = [fsBold]
  503.         ParentFont = False
  504.         TabOrder = 6
  505.         Kind = bkClose
  506.       end
  507.     end
  508.     object TabSheet3: TTabSheet
  509.       Caption = 'Cube'
  510.       object CubeSurfaceImage: TImage
  511.         Left = 0
  512.         Top = 0
  513.         Width = 150
  514.         Height = 150
  515.         Picture.Data = {<image002.bmp>}
  516.       end
  517.       object CubeSurfaceSALabel: TLabel
  518.         Left = 204
  519.         Top = 30
  520.         Width = 116
  521.         Height = 16
  522.         Caption = 'Surface Area (S) ='
  523.         Font.Charset = ANSI_CHARSET
  524.         Font.Color = clBlack
  525.         Font.Height = -13
  526.         Font.Name = 'Arial'
  527.         Font.Style = [fsBold]
  528.         ParentFont = False
  529.       end
  530.       object CubeSurfaceSideLabel: TLabel
  531.         Left = 258
  532.         Top = 68
  533.         Width = 61
  534.         Height = 16
  535.         Caption = 'Side (h) ='
  536.         Font.Charset = ANSI_CHARSET
  537.         Font.Color = clBlack
  538.         Font.Height = -13
  539.         Font.Name = 'Arial'
  540.         Font.Style = [fsBold]
  541.         ParentFont = False
  542.       end
  543.       object CubeSurfaceExp: TMemo
  544.         Left = 30
  545.         Top = 160
  546.         Width = 99
  547.         Height = 51
  548.         TabStop = False
  549.         Alignment = taCenter
  550.         BorderStyle = bsNone
  551.         Ctl3D = False
  552.         Font.Charset = DEFAULT_CHARSET
  553.         Font.Color = clNavy
  554.         Font.Height = -13
  555.         Font.Name = 'Arial'
  556.         Font.Style = [fsBold]
  557.         Lines.Strings = (
  558.           'Enter any '
  559.           'known value, '
  560.           'then '#39'Solve'#39'.')
  561.         ParentColor = True
  562.         ParentCtl3D = False
  563.         ParentFont = False
  564.         ReadOnly = True
  565.         TabOrder = 6
  566.       end
  567.       object CubeSurfaceSAEdit: TMemo
  568.         Left = 330
  569.         Top = 26
  570.         Width = 130
  571.         Height = 26
  572.         Alignment = taRightJustify
  573.         Color = clBlack
  574.         Font.Charset = ANSI_CHARSET
  575.         Font.Color = clLime
  576.         Font.Height = -13
  577.         Font.Name = 'Arial'
  578.         Font.Style = [fsBold]
  579.         MaxLength = 15
  580.         ParentFont = False
  581.         TabOrder = 0
  582.         WantReturns = False
  583.         WordWrap = False
  584.         OnKeyUp = CubeSurfaceSAEditKeyUp
  585.       end
  586.       object CubeSurfaceSideEdit: TMemo
  587.         Left = 330
  588.         Top = 64
  589.         Width = 130
  590.         Height = 26
  591.         Alignment = taRightJustify
  592.         Color = clBlack
  593.         Font.Charset = ANSI_CHARSET
  594.         Font.Color = clLime
  595.         Font.Height = -13
  596.         Font.Name = 'Arial'
  597.         Font.Style = [fsBold]
  598.         MaxLength = 15
  599.         ParentFont = False
  600.         TabOrder = 1
  601.         WantReturns = False
  602.         WordWrap = False
  603.         OnKeyUp = CubeSurfaceSideEditKeyUp
  604.       end
  605.       object CubeSurfaceClearBtn: TBitBtn
  606.         Left = 166
  607.         Top = 188
  608.         Width = 70
  609.         Height = 24
  610.         Caption = 'C&lear'
  611.         Font.Charset = ANSI_CHARSET
  612.         Font.Color = clBlack
  613.         Font.Height = -13
  614.         Font.Name = 'Arial'
  615.         Font.Style = [fsBold]
  616.         ParentFont = False
  617.         TabOrder = 2
  618.         OnClick = CubeSurfaceClearBtnClick
  619.         Glyph.Data = {
  620.           76010000424D7601000000000000760000002800000020000000100000000100
  621.           04000000000000010000120B0000120B00001000000000000000000000000000
  622.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  623.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  624.           555557777F777555F55500000000555055557777777755F75555005500055055
  625.           555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  626.           5555577FF77577FF555555005050110555555577F757777FF555555505099910
  627.           555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  628.           3055577F75F77777575F55005055090B030555775755777575755555555550B0
  629.           B03055555F555757575755550555550B0B335555755555757555555555555550
  630.           BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  631.           50BB555555555555575F555555555555550B5555555555555575}
  632.         NumGlyphs = 2
  633.       end
  634.       object CubeSurfaceSolveBtn: TBitBtn
  635.         Left = 240
  636.         Top = 188
  637.         Width = 70
  638.         Height = 24
  639.         Caption = '&Solve'
  640.         Font.Charset = ANSI_CHARSET
  641.         Font.Color = clBlack
  642.         Font.Height = -13
  643.         Font.Name = 'Arial'
  644.         Font.Style = [fsBold]
  645.         ParentFont = False
  646.         TabOrder = 3
  647.         OnClick = CubeSurfaceSolveBtnClick
  648.         Glyph.Data = {
  649.           76010000424D7601000000000000760000002800000020000000100000000100
  650.           04000000000000010000120B0000120B00001000000000000000000000000000
  651.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  652.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00337000000000
  653.           73333337777777773F333308888888880333337F3F3F3FFF7F33330808089998
  654.           0333337F737377737F333308888888880333337F3F3F3F3F7F33330808080808
  655.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  656.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  657.           0333337F737373737F333308888888880333337F3FFFFFFF7F33330800000008
  658.           0333337F7777777F7F333308000E0E080333337F7FFFFF7F7F33330800000008
  659.           0333337F777777737F333308888888880333337F333333337F33330888888888
  660.           03333373FFFFFFFF733333700000000073333337777777773333}
  661.         NumGlyphs = 2
  662.       end
  663.       object CubeSurfaceCloseBtn: TBitBtn
  664.         Left = 314
  665.         Top = 188
  666.         Width = 70
  667.         Height = 24
  668.         Font.Charset = ANSI_CHARSET
  669.         Font.Color = clBlack
  670.         Font.Height = -13
  671.         Font.Name = 'Arial'
  672.         Font.Style = [fsBold]
  673.         ParentFont = False
  674.         TabOrder = 4
  675.         Kind = bkClose
  676.       end
  677.       object CubeSurfaceHelpBtn: TBitBtn
  678.         Left = 388
  679.         Top = 188
  680.         Width = 70
  681.         Height = 24
  682.         Font.Charset = ANSI_CHARSET
  683.         Font.Color = clBlack
  684.         Font.Height = -13
  685.         Font.Name = 'Arial'
  686.         Font.Style = [fsBold]
  687.         ParentFont = False
  688.         TabOrder = 5
  689.         OnClick = CircRingSurfaceHelpBtnClick
  690.         Kind = bkHelp
  691.       end
  692.     end
  693.     object TabSheet4: TTabSheet
  694.       Caption = 'Prism'
  695.       object PrismSurfaceImage: TImage
  696.         Left = 0
  697.         Top = 0
  698.         Width = 150
  699.         Height = 150
  700.         Picture.Data = {<image003.bmp>}
  701.       end
  702.       object PrismSASurfaceLabel: TLabel
  703.         Left = 204
  704.         Top = 16
  705.         Width = 116
  706.         Height = 16
  707.         Caption = 'Surface Area (S) ='
  708.         Font.Charset = ANSI_CHARSET
  709.         Font.Color = clBlack
  710.         Font.Height = -13
  711.         Font.Name = 'Arial'
  712.         Font.Style = [fsBold]
  713.         ParentFont = False
  714.       end
  715.       object PrismSASideALabel: TLabel
  716.         Left = 259
  717.         Top = 48
  718.         Width = 61
  719.         Height = 16
  720.         Caption = 'Side (a) ='
  721.         Font.Charset = ANSI_CHARSET
  722.         Font.Color = clBlack
  723.         Font.Height = -13
  724.         Font.Name = 'Arial'
  725.         Font.Style = [fsBold]
  726.         ParentFont = False
  727.       end
  728.       object PrismSASideBLabel: TLabel
  729.         Left = 259
  730.         Top = 82
  731.         Width = 61
  732.         Height = 16
  733.         Caption = 'Side (b) ='
  734.         Font.Charset = ANSI_CHARSET
  735.         Font.Color = clBlack
  736.         Font.Height = -13
  737.         Font.Name = 'Arial'
  738.         Font.Style = [fsBold]
  739.         ParentFont = False
  740.       end
  741.       object PrismSAHeightLabel: TLabel
  742.         Left = 247
  743.         Top = 116
  744.         Width = 73
  745.         Height = 16
  746.         Caption = 'Height (h) ='
  747.         Font.Charset = ANSI_CHARSET
  748.         Font.Color = clBlack
  749.         Font.Height = -13
  750.         Font.Name = 'Arial'
  751.         Font.Style = [fsBold]
  752.         ParentFont = False
  753.       end
  754.       object PrismSAExp: TMemo
  755.         Left = 28
  756.         Top = 160
  757.         Width = 93
  758.         Height = 53
  759.         TabStop = False
  760.         Alignment = taCenter
  761.         BorderStyle = bsNone
  762.         Ctl3D = False
  763.         Font.Charset = DEFAULT_CHARSET
  764.         Font.Color = clNavy
  765.         Font.Height = -13
  766.         Font.Name = 'Arial'
  767.         Font.Style = [fsBold]
  768.         Lines.Strings = (
  769.           'Enter three '
  770.           'known values, '
  771.           'then '#39'Solve'#39'.')
  772.         ParentColor = True
  773.         ParentCtl3D = False
  774.         ParentFont = False
  775.         ReadOnly = True
  776.         TabOrder = 8
  777.       end
  778.       object PrismSurfaceClearBtn: TBitBtn
  779.         Left = 166
  780.         Top = 188
  781.         Width = 70
  782.         Height = 24
  783.         Caption = 'C&lear'
  784.         Font.Charset = DEFAULT_CHARSET
  785.         Font.Color = clBlack
  786.         Font.Height = -13
  787.         Font.Name = 'Arial'
  788.         Font.Style = [fsBold]
  789.         ParentFont = False
  790.         TabOrder = 4
  791.         OnClick = PrismSurfaceClearBtnClick
  792.         Glyph.Data = {
  793.           76010000424D7601000000000000760000002800000020000000100000000100
  794.           04000000000000010000120B0000120B00001000000000000000000000000000
  795.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  796.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  797.           555557777F777555F55500000000555055557777777755F75555005500055055
  798.           555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  799.           5555577FF77577FF555555005050110555555577F757777FF555555505099910
  800.           555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  801.           3055577F75F77777575F55005055090B030555775755777575755555555550B0
  802.           B03055555F555757575755550555550B0B335555755555757555555555555550
  803.           BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  804.           50BB555555555555575F555555555555550B5555555555555575}
  805.         NumGlyphs = 2
  806.       end
  807.       object PrismSurfaceSolveBtn: TBitBtn
  808.         Left = 240
  809.         Top = 188
  810.         Width = 70
  811.         Height = 24
  812.         Caption = '&Solve'
  813.         Font.Charset = DEFAULT_CHARSET
  814.         Font.Color = clBlack
  815.         Font.Height = -13
  816.         Font.Name = 'Arial'
  817.         Font.Style = [fsBold]
  818.         ParentFont = False
  819.         TabOrder = 5
  820.         OnClick = PrismSurfaceSolveBtnClick
  821.         Glyph.Data = {
  822.           76010000424D7601000000000000760000002800000020000000100000000100
  823.           04000000000000010000120B0000120B00001000000000000000000000000000
  824.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  825.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00337000000000
  826.           73333337777777773F333308888888880333337F3F3F3FFF7F33330808089998
  827.           0333337F737377737F333308888888880333337F3F3F3F3F7F33330808080808
  828.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  829.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  830.           0333337F737373737F333308888888880333337F3FFFFFFF7F33330800000008
  831.           0333337F7777777F7F333308000E0E080333337F7FFFFF7F7F33330800000008
  832.           0333337F777777737F333308888888880333337F333333337F33330888888888
  833.           03333373FFFFFFFF733333700000000073333337777777773333}
  834.         NumGlyphs = 2
  835.       end
  836.       object PrismSurfaceCloseBtn: TBitBtn
  837.         Left = 314
  838.         Top = 188
  839.         Width = 70
  840.         Height = 24
  841.         Font.Charset = DEFAULT_CHARSET
  842.         Font.Color = clBlack
  843.         Font.Height = -13
  844.         Font.Name = 'Arial'
  845.         Font.Style = [fsBold]
  846.         ParentFont = False
  847.         TabOrder = 6
  848.         Kind = bkClose
  849.       end
  850.       object PrismSurfaceHelpBtn: TBitBtn
  851.         Left = 388
  852.         Top = 188
  853.         Width = 70
  854.         Height = 24
  855.         Font.Charset = DEFAULT_CHARSET
  856.         Font.Color = clBlack
  857.         Font.Height = -13
  858.         Font.Name = 'Arial'
  859.         Font.Style = [fsBold]
  860.         ParentFont = False
  861.         TabOrder = 7
  862.         OnClick = CircRingSurfaceHelpBtnClick
  863.         Kind = bkHelp
  864.       end
  865.       object PrismSASurfaceEdit: TMemo
  866.         Left = 328
  867.         Top = 12
  868.         Width = 130
  869.         Height = 26
  870.         Alignment = taRightJustify
  871.         Color = clBlack
  872.         Font.Charset = ANSI_CHARSET
  873.         Font.Color = clLime
  874.         Font.Height = -13
  875.         Font.Name = 'Arial'
  876.         Font.Style = [fsBold]
  877.         MaxLength = 15
  878.         ParentFont = False
  879.         TabOrder = 0
  880.         WantReturns = False
  881.         WordWrap = False
  882.         OnKeyUp = PrismSASurfaceEditKeyUp
  883.       end
  884.       object PrismSASideAEdit: TMemo
  885.         Left = 328
  886.         Top = 45
  887.         Width = 130
  888.         Height = 26
  889.         Alignment = taRightJustify
  890.         Color = clBlack
  891.         Font.Charset = ANSI_CHARSET
  892.         Font.Color = clLime
  893.         Font.Height = -13
  894.         Font.Name = 'Arial'
  895.         Font.Style = [fsBold]
  896.         MaxLength = 15
  897.         ParentFont = False
  898.         TabOrder = 1
  899.         WantReturns = False
  900.         WordWrap = False
  901.         OnKeyUp = PrismSASideAEditKeyUp
  902.       end
  903.       object PrismSASideBEdit: TMemo
  904.         Left = 328
  905.         Top = 79
  906.         Width = 130
  907.         Height = 26
  908.         Alignment = taRightJustify
  909.         Color = clBlack
  910.         Font.Charset = ANSI_CHARSET
  911.         Font.Color = clLime
  912.         Font.Height = -13
  913.         Font.Name = 'Arial'
  914.         Font.Style = [fsBold]
  915.         MaxLength = 15
  916.         ParentFont = False
  917.         TabOrder = 2
  918.         WantReturns = False
  919.         WordWrap = False
  920.         OnKeyUp = PrismSASideBEditKeyUp
  921.       end
  922.       object PrismSAHeightEdit: TMemo
  923.         Left = 328
  924.         Top = 112
  925.         Width = 130
  926.         Height = 26
  927.         Alignment = taRightJustify
  928.         Color = clBlack
  929.         Font.Charset = ANSI_CHARSET
  930.         Font.Color = clLime
  931.         Font.Height = -13
  932.         Font.Name = 'Arial'
  933.         Font.Style = [fsBold]
  934.         MaxLength = 15
  935.         ParentFont = False
  936.         TabOrder = 3
  937.         WantReturns = False
  938.         WordWrap = False
  939.         OnKeyUp = PrismSAHeightEditKeyUp
  940.       end
  941.     end
  942.     object TabSheet5: TTabSheet
  943.       Caption = 'Sphere'
  944.       object SphereSurfaceImage: TImage
  945.         Left = 0
  946.         Top = 0
  947.         Width = 150
  948.         Height = 150
  949.         Picture.Data = {<image004.bmp>}
  950.       end
  951.       object SphereSASurfaceLabel: TLabel
  952.         Left = 202
  953.         Top = 32
  954.         Width = 116
  955.         Height = 16
  956.         Caption = 'Surface Area (S) ='
  957.         Font.Charset = ANSI_CHARSET
  958.         Font.Color = clBlack
  959.         Font.Height = -13
  960.         Font.Name = 'Arial'
  961.         Font.Style = [fsBold]
  962.         ParentFont = False
  963.       end
  964.       object SphereSARadiusLabel: TLabel
  965.         Left = 242
  966.         Top = 72
  967.         Width = 72
  968.         Height = 16
  969.         Caption = 'Radius (r) ='
  970.         Font.Charset = ANSI_CHARSET
  971.         Font.Color = clBlack
  972.         Font.Height = -13
  973.         Font.Name = 'Arial'
  974.         Font.Style = [fsBold]
  975.         ParentFont = False
  976.       end
  977.       object SphereSAExp: TMemo
  978.         Left = 32
  979.         Top = 151
  980.         Width = 77
  981.         Height = 67
  982.         TabStop = False
  983.         Alignment = taCenter
  984.         BorderStyle = bsNone
  985.         Ctl3D = False
  986.         Font.Charset = DEFAULT_CHARSET
  987.         Font.Color = clNavy
  988.         Font.Height = -13
  989.         Font.Name = 'Arial'
  990.         Font.Style = [fsBold]
  991.         Lines.Strings = (
  992.           'Enter any '
  993.           'known '
  994.           'value, then '
  995.           #39'Solve'#39'.')
  996.         ParentColor = True
  997.         ParentCtl3D = False
  998.         ParentFont = False
  999.         ReadOnly = True
  1000.         TabOrder = 6
  1001.       end
  1002.       object SphereSASurfaceEdit: TMemo
  1003.         Left = 328
  1004.         Top = 28
  1005.         Width = 130
  1006.         Height = 26
  1007.         Alignment = taRightJustify
  1008.         Color = clBlack
  1009.         Font.Charset = DEFAULT_CHARSET
  1010.         Font.Color = clLime
  1011.         Font.Height = -13
  1012.         Font.Name = 'Arial'
  1013.         Font.Style = [fsBold]
  1014.         MaxLength = 15
  1015.         ParentFont = False
  1016.         TabOrder = 0
  1017.         WantReturns = False
  1018.         WordWrap = False
  1019.         OnKeyUp = SphereSASurfaceEditKeyUp
  1020.       end
  1021.       object SphereSARadiusEdit: TMemo
  1022.         Left = 328
  1023.         Top = 68
  1024.         Width = 130
  1025.         Height = 26
  1026.         Alignment = taRightJustify
  1027.         Color = clBlack
  1028.         Font.Charset = DEFAULT_CHARSET
  1029.         Font.Color = clLime
  1030.         Font.Height = -13
  1031.         Font.Name = 'Arial'
  1032.         Font.Style = [fsBold]
  1033.         MaxLength = 15
  1034.         ParentFont = False
  1035.         TabOrder = 1
  1036.         WantReturns = False
  1037.         WordWrap = False
  1038.         OnKeyUp = SphereSARadiusEditKeyUp
  1039.       end
  1040.       object SphereSurfaceClearBtn: TBitBtn
  1041.         Left = 166
  1042.         Top = 188
  1043.         Width = 70
  1044.         Height = 24
  1045.         Caption = 'C&lear'
  1046.         Font.Charset = ANSI_CHARSET
  1047.         Font.Color = clBlack
  1048.         Font.Height = -13
  1049.         Font.Name = 'Arial'
  1050.         Font.Style = [fsBold]
  1051.         ParentFont = False
  1052.         TabOrder = 2
  1053.         OnClick = SphereSurfaceClearBtnClick
  1054.         Glyph.Data = {
  1055.           76010000424D7601000000000000760000002800000020000000100000000100
  1056.           04000000000000010000120B0000120B00001000000000000000000000000000
  1057.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1058.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  1059.           555557777F777555F55500000000555055557777777755F75555005500055055
  1060.           555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  1061.           5555577FF77577FF555555005050110555555577F757777FF555555505099910
  1062.           555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  1063.           3055577F75F77777575F55005055090B030555775755777575755555555550B0
  1064.           B03055555F555757575755550555550B0B335555755555757555555555555550
  1065.           BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  1066.           50BB555555555555575F555555555555550B5555555555555575}
  1067.         NumGlyphs = 2
  1068.       end
  1069.       object SphereSurfaceSolveBtn: TBitBtn
  1070.         Left = 240
  1071.         Top = 188
  1072.         Width = 70
  1073.         Height = 24
  1074.         Caption = '&Solve'
  1075.         Font.Charset = ANSI_CHARSET
  1076.         Font.Color = clBlack
  1077.         Font.Height = -13
  1078.         Font.Name = 'Arial'
  1079.         Font.Style = [fsBold]
  1080.         ParentFont = False
  1081.         TabOrder = 3
  1082.         OnClick = SphereSurfaceSolveBtnClick
  1083.         Glyph.Data = {
  1084.           76010000424D7601000000000000760000002800000020000000100000000100
  1085.           04000000000000010000120B0000120B00001000000000000000000000000000
  1086.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1087.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00337000000000
  1088.           73333337777777773F333308888888880333337F3F3F3FFF7F33330808089998
  1089.           0333337F737377737F333308888888880333337F3F3F3F3F7F33330808080808
  1090.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  1091.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  1092.           0333337F737373737F333308888888880333337F3FFFFFFF7F33330800000008
  1093.           0333337F7777777F7F333308000E0E080333337F7FFFFF7F7F33330800000008
  1094.           0333337F777777737F333308888888880333337F333333337F33330888888888
  1095.           03333373FFFFFFFF733333700000000073333337777777773333}
  1096.         NumGlyphs = 2
  1097.       end
  1098.       object SphereSurfaceCloseBtn: TBitBtn
  1099.         Left = 314
  1100.         Top = 188
  1101.         Width = 70
  1102.         Height = 24
  1103.         Font.Charset = ANSI_CHARSET
  1104.         Font.Color = clBlack
  1105.         Font.Height = -13
  1106.         Font.Name = 'Arial'
  1107.         Font.Style = [fsBold]
  1108.         ParentFont = False
  1109.         TabOrder = 4
  1110.         Kind = bkClose
  1111.       end
  1112.       object SphereSurfaceHelpBtn: TBitBtn
  1113.         Left = 388
  1114.         Top = 188
  1115.         Width = 70
  1116.         Height = 24
  1117.         Font.Charset = ANSI_CHARSET
  1118.         Font.Color = clBlack
  1119.         Font.Height = -13
  1120.         Font.Name = 'Arial'
  1121.         Font.Style = [fsBold]
  1122.         ParentFont = False
  1123.         TabOrder = 5
  1124.         OnClick = CircRingSurfaceHelpBtnClick
  1125.         Kind = bkHelp
  1126.       end
  1127.     end
  1128.     object TabSheet6: TTabSheet
  1129.       Caption = 'Spherical Segment'
  1130.       object SphSegSurfaceImage: TImage
  1131.         Left = 0
  1132.         Top = 0
  1133.         Width = 150
  1134.         Height = 150
  1135.         Picture.Data = {<image005.bmp>}
  1136.       end
  1137.       object SphSegSASurfaceLabel: TLabel
  1138.         Left = 204
  1139.         Top = 24
  1140.         Width = 116
  1141.         Height = 16
  1142.         Caption = 'Surface Area (S) ='
  1143.         Font.Charset = ANSI_CHARSET
  1144.         Font.Color = clBlack
  1145.         Font.Height = -13
  1146.         Font.Name = 'Arial'
  1147.         Font.Style = [fsBold]
  1148.         ParentFont = False
  1149.       end
  1150.       object SphSegSARadiusLabel: TLabel
  1151.         Left = 248
  1152.         Top = 62
  1153.         Width = 72
  1154.         Height = 16
  1155.         Caption = 'Radius (r) ='
  1156.         Font.Charset = ANSI_CHARSET
  1157.         Font.Color = clBlack
  1158.         Font.Height = -13
  1159.         Font.Name = 'Arial'
  1160.         Font.Style = [fsBold]
  1161.         ParentFont = False
  1162.       end
  1163.       object SphSegSAHeightLabel: TLabel
  1164.         Left = 247
  1165.         Top = 102
  1166.         Width = 73
  1167.         Height = 16
  1168.         Caption = 'Height (b) ='
  1169.         Font.Charset = ANSI_CHARSET
  1170.         Font.Color = clBlack
  1171.         Font.Height = -13
  1172.         Font.Name = 'Arial'
  1173.         Font.Style = [fsBold]
  1174.         ParentFont = False
  1175.       end
  1176.       object SphSegSAExp: TMemo
  1177.         Left = 24
  1178.         Top = 158
  1179.         Width = 95
  1180.         Height = 57
  1181.         TabStop = False
  1182.         Alignment = taCenter
  1183.         BorderStyle = bsNone
  1184.         Ctl3D = False
  1185.         Font.Charset = DEFAULT_CHARSET
  1186.         Font.Color = clNavy
  1187.         Font.Height = -13
  1188.         Font.Name = 'Arial'
  1189.         Font.Style = [fsBold]
  1190.         Lines.Strings = (
  1191.           'Enter two '
  1192.           'known values, '
  1193.           'then '#39'Solve'#39'.')
  1194.         ParentColor = True
  1195.         ParentCtl3D = False
  1196.         ParentFont = False
  1197.         ReadOnly = True
  1198.         TabOrder = 7
  1199.       end
  1200.       object SphSegSASurfaceEdit: TMemo
  1201.         Left = 328
  1202.         Top = 20
  1203.         Width = 130
  1204.         Height = 26
  1205.         Alignment = taRightJustify
  1206.         Color = clBlack
  1207.         Font.Charset = DEFAULT_CHARSET
  1208.         Font.Color = clBlack
  1209.         Font.Height = -13
  1210.         Font.Name = 'Arial'
  1211.         Font.Style = [fsBold]
  1212.         MaxLength = 15
  1213.         ParentFont = False
  1214.         TabOrder = 0
  1215.         WantReturns = False
  1216.         WordWrap = False
  1217.         OnKeyUp = SphSegSASurfaceEditKeyUp
  1218.       end
  1219.       object SphSegSARadiusEdit: TMemo
  1220.         Left = 328
  1221.         Top = 59
  1222.         Width = 130
  1223.         Height = 26
  1224.         Alignment = taRightJustify
  1225.         Color = clBlack
  1226.         Font.Charset = DEFAULT_CHARSET
  1227.         Font.Color = clBlack
  1228.         Font.Height = -13
  1229.         Font.Name = 'Arial'
  1230.         Font.Style = [fsBold]
  1231.         MaxLength = 15
  1232.         ParentFont = False
  1233.         TabOrder = 1
  1234.         WantReturns = False
  1235.         WordWrap = False
  1236.         OnKeyUp = SphSegSARadiusEditKeyUp
  1237.       end
  1238.       object SphSegSAHeightEdit: TMemo
  1239.         Left = 328
  1240.         Top = 98
  1241.         Width = 130
  1242.         Height = 26
  1243.         Alignment = taRightJustify
  1244.         Color = clBlack
  1245.         Font.Charset = DEFAULT_CHARSET
  1246.         Font.Color = clBlack
  1247.         Font.Height = -13
  1248.         Font.Name = 'Arial'
  1249.         Font.Style = [fsBold]
  1250.         MaxLength = 15
  1251.         ParentFont = False
  1252.         TabOrder = 2
  1253.         WantReturns = False
  1254.         WordWrap = False
  1255.         OnKeyUp = SphSegSAHeightEditKeyUp
  1256.       end
  1257.       object SphSegSurfaceClearBtn: TBitBtn
  1258.         Left = 166
  1259.         Top = 188
  1260.         Width = 70
  1261.         Height = 24
  1262.         Caption = 'C&lear'
  1263.         Font.Charset = ANSI_CHARSET
  1264.         Font.Color = clBlack
  1265.         Font.Height = -13
  1266.         Font.Name = 'Arial'
  1267.         Font.Style = [fsBold]
  1268.         ParentFont = False
  1269.         TabOrder = 3
  1270.         OnClick = SphSegSurfaceClearBtnClick
  1271.         Glyph.Data = {
  1272.           76010000424D7601000000000000760000002800000020000000100000000100
  1273.           04000000000000010000120B0000120B00001000000000000000000000000000
  1274.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1275.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  1276.           555557777F777555F55500000000555055557777777755F75555005500055055
  1277.           555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  1278.           5555577FF77577FF555555005050110555555577F757777FF555555505099910
  1279.           555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  1280.           3055577F75F77777575F55005055090B030555775755777575755555555550B0
  1281.           B03055555F555757575755550555550B0B335555755555757555555555555550
  1282.           BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  1283.           50BB555555555555575F555555555555550B5555555555555575}
  1284.         NumGlyphs = 2
  1285.       end
  1286.       object SphSegSurfaceSolveBtn: TBitBtn
  1287.         Left = 240
  1288.         Top = 188
  1289.         Width = 70
  1290.         Height = 24
  1291.         Caption = '&Solve'
  1292.         Font.Charset = ANSI_CHARSET
  1293.         Font.Color = clBlack
  1294.         Font.Height = -13
  1295.         Font.Name = 'Arial'
  1296.         Font.Style = [fsBold]
  1297.         ParentFont = False
  1298.         TabOrder = 4
  1299.         OnClick = SphSegSurfaceSolveBtnClick
  1300.         Glyph.Data = {
  1301.           76010000424D7601000000000000760000002800000020000000100000000100
  1302.           04000000000000010000120B0000120B00001000000000000000000000000000
  1303.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1304.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00337000000000
  1305.           73333337777777773F333308888888880333337F3F3F3FFF7F33330808089998
  1306.           0333337F737377737F333308888888880333337F3F3F3F3F7F33330808080808
  1307.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  1308.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  1309.           0333337F737373737F333308888888880333337F3FFFFFFF7F33330800000008
  1310.           0333337F7777777F7F333308000E0E080333337F7FFFFF7F7F33330800000008
  1311.           0333337F777777737F333308888888880333337F333333337F33330888888888
  1312.           03333373FFFFFFFF733333700000000073333337777777773333}
  1313.         NumGlyphs = 2
  1314.       end
  1315.       object SphSegSurfaceCloseBtn: TBitBtn
  1316.         Left = 314
  1317.         Top = 188
  1318.         Width = 70
  1319.         Height = 24
  1320.         Font.Charset = ANSI_CHARSET
  1321.         Font.Color = clBlack
  1322.         Font.Height = -13
  1323.         Font.Name = 'Arial'
  1324.         Font.Style = [fsBold]
  1325.         ParentFont = False
  1326.         TabOrder = 5
  1327.         Kind = bkClose
  1328.       end
  1329.       object SphSegSurfaceHelpBtn: TBitBtn
  1330.         Left = 388
  1331.         Top = 188
  1332.         Width = 70
  1333.         Height = 24
  1334.         Font.Charset = ANSI_CHARSET
  1335.         Font.Color = clBlack
  1336.         Font.Height = -13
  1337.         Font.Name = 'Arial'
  1338.         Font.Style = [fsBold]
  1339.         ParentFont = False
  1340.         TabOrder = 6
  1341.         OnClick = CircRingSurfaceHelpBtnClick
  1342.         Kind = bkHelp
  1343.       end
  1344.     end
  1345.   end
  1346. end
  1347.